-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CORE-14025 Add new request to find existing transactions in database and their status #1238
CORE-14025 Add new request to find existing transactions in database and their status #1238
Conversation
Jenkins build for PR 1238 build 14 Build Successful: |
...n/resources/avro/net/corda/data/ledger/persistence/FindExistingNotInvalidTransactionIds.avsc
Outdated
Show resolved
Hide resolved
…nto nandor/CORE-14025/find-existing-tx-backchain
...vro-schema/src/main/resources/avro/net/corda/data/ledger/persistence/FindTransactionIds.avsc
Outdated
Show resolved
Hide resolved
...vro-schema/src/main/resources/avro/net/corda/data/ledger/persistence/FindTransactionIds.avsc
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It needs a sync, but otherwise, LGTM.
…nto nandor/CORE-14025/find-existing-tx-backchain
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(PR's title is outdated a bit.)
…nto nandor/CORE-14025/find-existing-tx-backchain
…nto nandor/CORE-14025/find-existing-tx-backchain
…nto nandor/CORE-14025/find-existing-tx-backchain
…nto nandor/CORE-14025/find-existing-tx-backchain
Overview
Adding a new request to the UTXO ledger layer to fetch transaction alongside with their status.
This is needed when doing a back-chain resolution. We don't want to fetch transactions that are already present in our database. We just want to fetch their IDs though, no need to deserialise the whole object.